//==============================================================================
// Trident_anim.txt
//==============================================================================

//==============================================================================
define fork
{
   TechLogic none/TG Fork Lvl 11
   set hotspot
   {
	    version
		{
			Visualparticle TG Fork SFX
		}
	}
	set hotspot
    {
	    version
		{
			Visualparticle TG Fork SFX
		}
	}
}

//==============================================================================
define forkdeath
{
   TechLogic none/TG Fork Lvl 11
   set hotspot
   {
	    version
		{
			Visualparticle TG Fork SFX Death
		}
	}
	set hotspot
    {
	    version
		{
			Visualparticle TG Fork SFX Glowing
		}
	}
}

//==============================================================================
define forkadditive
{
   TechLogic none/TG Fork Lvl 11
   set hotspot
   {
	    version
		{
			Visualparticle TG Fork SFX
		}
	}
	set hotspot
    {
	    version
		{
			Visualparticle TG Fork SFX
		}
	}
}

//==============================================================================
define forkshadow
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visualparticle TG Fork SFX Shadow
			}
		}
	}
}

//==============================================================================
define forkshadowdeath
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visualparticle TG Fork SFX Shadow Death
			}
		}
	}
}

//==============================================================================
anim idle
{
   SetSelector
   {
      techLogic none/TG Fork Lvl 3
	  SetSelector
      {
	     set hotspot
	     {
            version
            {
			   Visual jimmy
			}
         }
      }
	  SetSelector
      {
	     set hotspot
		 {
            version
            {
			   Visual jimmy
			   connect ATTACHPOINT fork HOTSPOT
			   connect ATTACHPOINT forkadditive HOTSPOT
			   connect ATTACHPOINT forkshadow HOTSPOT
            }
		 }
	  }
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      techLogic none/TG Fork Lvl 3
	  SetSelector
      {
	     set hotspot
	     {
            version
            {
			   Visual jimmy
			}
         }
      }
	  SetSelector
      {
	     set hotspot
		 {
            version
            {
			   Visual jimmy
			   connect ATTACHPOINT forkdeath HOTSPOT
			   connect ATTACHPOINT forkadditive HOTSPOT
			   connect ATTACHPOINT forkshadowdeath HOTSPOT
			   length 0.3
            }
		 }
	  }
   }
}